home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Tools / Dependencies / Definitions_SC < prev    next >
Encoding:
Text File  |  1996-04-03  |  1.2 KB  |  50 lines  |  [TEXT/MPS ]

  1. # Definitions_SC
  2. # Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
  3.  
  4. ###########################################################
  5. # Libraries
  6. ###########################################################
  7.  
  8. #----------------------------------------------------------
  9. # Symantec library support. 
  10. #
  11. # {SymantecInit} needs to be the first object file in the linkers list.
  12. # {LibrariesNoFPU} needs to come before the MPW libraries so that if a
  13. # function is in the Symantec libraries the linker uses it instead of
  14. # the MPW version.
  15.  
  16. ModelFarSupport = ∂
  17.     "{Libraries}RTLib.o"
  18.  
  19. PerformLib = ∂
  20.     "{Libraries}PerformLib.o"
  21.  
  22. SymantecInit = "{SCLibraries}SCMainCpp.a.o"
  23.  
  24. LibrariesNoFPU = ∂
  25.     "{CLibraries}CSANELib.o" ∂
  26.     "{CLibraries}Math.o" ∂
  27.     "{SCLibraries}SCLibc.o" ∂
  28.     "{SCLibraries}SClibcpp.o"
  29.  
  30. LibrariesFPU = ∂
  31.     "{CLibraries}CSANELib881.o" ∂
  32.     "{CLibraries}Math881.o" ∂
  33.     "{CLibraries}CLib881.o" ∂
  34.     "{SCLibraries}SCLibc881.o" ∂
  35.     "{SCLibraries}SClibcpp881.o"
  36.  
  37. NeededSysLibs = ∂
  38.     {LibrariesNoFPU} ∂
  39.     {LibrariesFPU} ∂
  40.     "{Libraries}Runtime.o" ∂
  41.     "{SCLibraries}Unmangle.o" ∂
  42.     {ModelFarSupport} ∂
  43.     {PerformLib} ∂
  44.        "{Libraries}AEObjectSupportLib.o" ∂
  45.     "{Libraries}Interface.o" ∂
  46.     "{Libraries}ToolLibs.o"
  47.  
  48. NeededToolLibs = ∂
  49.     {NeededSysLibs}
  50.